Goto

Collaborating Authors

 efficient partial dependence plot


Efficient Partial Dependence Plots with decision trees

#artificialintelligence

Partial Dependence Plots (PDPs) are a standard inspection technique for machine learning models. This post will describe both techniques, and explain why the fast way is… well, faster. We will also see that they are not always equivalent. We will briefly describe partial dependence functions. For a more thorough introduction to PDPs, you can refer to the Bible, or to the Interpretable Machine Learning book.


r/MachineLearning - [D] Efficient Partial Dependence Plots with decision trees

#artificialintelligence

Partial Dependence Plots (PDPs) are a standard model inspection technique. It turns out that for decision trees, they can be computed very efficiently. This post explains how PDPs are computed in general, and goes into the details of the optimized version for tree models.